-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ACLs e2e test #76
Conversation
eee228c
to
7515c88
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider getting rid of this env dependent hardcoded path?
/home/erigon/data/dynamic-kurtosis-sequencer/txpool/acls
Unfortunately, this is the path of the |
Sure, we just need to make it configurable, would that work? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left a couple of comments to consider.
636ca0e
to
773670d
Compare
Done: 773670d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kurtosis command should also be parameterizable to be able to run without Kurtosis in a local node, ex:
$wrapper="kurtosis service exec $enclave $sequencer"
or
$wrapper="sh -c"
`$wrapper` "acl mode --datadir $data_dir --mode $mode"
Fix: 460d42f |
Quality Gate passedIssues Measures |
* feat: acl e2e test * fix: setup private key * fix: comments * fix: comments * fix: comments
Description
This PR adds e2e
bats
tests for Access List feature.Fixes # (issue)
JIRA ticket